home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / sm32a.zip / SYMBMATH.H18 < prev    next >
Text File  |  1993-11-07  |  396b  |  12 lines

  1.         3.3.8  DOS Command 
  2.         You can executes a DOS command in SymbMath language by
  3.                 system("dir")
  4.  
  5.  
  6.         3.3.9  Sequence Statements
  7.     The all above statements are simple statements. The sequence
  8. statement specifies that its component statements are to be executed
  9. in the same sequence as they are written. They are separated by the
  10. separators (comma ","). e.g.
  11.         a+b, 2+3
  12.